sortednames=sorted(dictUsers.keys(), key=lambda x:x.lower())
sortedList = sorted(h, key=lambda k: (-k[1], k[0]))